home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- -- Movie Display Frame Script
- global gQTVRObj
-
- if isQTVRMovie(gQTVRObj) then -- only do this stuff if there's an open qtvr movie
- if rollover(10) then -- test to see if the mouse is over the qtvr movie
- QTVRMouseOver(gQTVRObj) -- if it is then tell qtvr to take control
- else
- QTVRIdle(gQTVRObj) -- if not then let qtvr perform it's idle business
- cursor 200 -- and reset the cursor
- cursor -1
- end if
- end if
-
- go the frame
- end